home *** CD-ROM | disk | FTP | other *** search
- $name "Shotgun"
-
- $properties
- {
- $collision_radius = 16
- $collision_flags = COLLIDE_WORLD,COLLIDE_ENEMYS,COLLIDE_INSTANCE
- $blast_radius = 0
- $damage = 40
- $min_velocity = 500
- $max_velocity = 700
- $physics_flags = PHYS_NONE
- $velocity_flags = USE_DEFAULT_VELOCITY
- $weapon_class = _WP_CLASS_BULLET
- $weapon_range = 100
- }
-
- $custom_sounds
- {
- $sound_shotgun_empty = "data\audio\sfx\weapons\shotgun\sgempty.wav"
- $sound_shotgun_reload = "data\audio\sfx\weapons\shotgun\sgreload.wav"
- $sound_shotgun_shot = "data\audio\sfx\weapons\shotgun\sgshot.wav"
- $sound_shotgun_shot_wet = "data\audio\sfx\weapons\shotgun\sgwet.wav"
- }